home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 71.zip / BS1 part 71 / X-Cad3000_d5.adf / XCdoc / drawspln < prev    next >
Text File  |  1991-11-22  |  1KB  |  45 lines

  1.  
  2.    5.6.1 DRAW SPLINE
  3.  
  4.  
  5. The DRAW SPLINE command is used to draw a spline entity. A spline is a
  6. smooth curve drawn through a series of consecutive data points or knots.
  7.  
  8.  
  9.    COMMAND FORMAT
  10.  
  11.       #DRAW SPLINE [modifiers] :Loc x1 ... xn [:Loc x1 ... xn]     etc.
  12.  
  13. Each location entered defines a control point through which the curve will
  14. pass. Control points should not be too far apart as large radius curve
  15. segments may result. ( See fig. 5.44 ).
  16.  
  17.  
  18.    MODIFIERS
  19.  
  20. LAYER          Requires a layer number. This will override the current
  21.                active layer.
  22.  
  23. DEPTH          Requires a depth number. This will override the current
  24.                active depth.
  25.  
  26. CLOSED         If this modifier is used, the first control point will also
  27.                be used as the last control point creating a smooth join at
  28.                both endpoints. ( See fig. 5.45 ).
  29.  
  30. HARDFONT       Indicates that a hardware line style will be entered.
  31.  
  32. .STYLE         One of the predefined styles, a value between 0 and 15.
  33.  
  34. .THICKNESS     Line thickness, a value between 1 and 5.
  35.  
  36. SOFTFONT       Indicates that a software line style will be entered. For a
  37.                full description of the SOFTFONT option, see the
  38.                documentation for the command DEFINE SOFTFONT.
  39.  
  40. ATTRIBUTE      Used to enter one or more attributes associated with this
  41.                entity. For a full description of the ATTRIBUTE option, see
  42.                the documentation for the command ADD ATTRIBUTE.
  43.  
  44.  
  45.